'Declaration Public Overloads Sub DrawBitmap( _ ByVal bitmap As Bitmap, _ ByVal destinationRectangle As Nullable(Of RectF), _ ByVal opacity As Single, _ ByVal interpolationMode As BitmapInterpolationMode, _ ByVal sourceRectangle As Nullable(Of RectF) _ )
public void DrawBitmap( Bitmap bitmap, Nullable<RectF> destinationRectangle, float opacity, BitmapInterpolationMode interpolationMode, Nullable<RectF> sourceRectangle )
Parameters
- bitmap
- destinationRectangle
- opacity
- interpolationMode
- sourceRectangle